CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - java tsp a

搜索资源列表

  1. tsp-som

    0下载:
  2. 一个java的小程序,用SOM网络解决的是TSP问题.问题的大小可以自由变化,随机生成权值-a small program that will solve the SOM is TSP. The size of the problem can freely change randomly generated weights
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:26951
    • 提供者:于帆
  1. javaACS

    0下载:
  2. javaACS 蚁群算法是人工智能的一种算法,这个是用JAVA写的一个求解TSP的程序-javaACS ant algorithm is an artificial intelligence algorithm, This is written in JAVA using a procedure for TSP
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:20453
    • 提供者:刘星
  1. TSP

    0下载:
  2. 用A星算法解决TSP问题,其中的择优函数选的是最小生成树-A star with the algorithm to solve TSP problems, the merit function is the minimum spanning tree selected
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:24149
    • 提供者:111
  1. tsp

    0下载:
  2. 用的是遗传算法.实现了货郎担的模拟,图形界面-Using a genetic algorithm. Realized the TSP simulation, graphical interface
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:47041
    • 提供者:wangxiao_nick
  1. tsp

    0下载:
  2. 旅行商问题的源代码及其说明。给出空间中给定n个点,画一条简单路径,包括所有的点,使得路径最短-Traveling Salesman Problem and its descr iption of the source code. Given space in a given n points, draw a simple path, including all the points, making the shortest path
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:3006
    • 提供者:ron
  1. SimpleOpenTSTutorial

    0下载:
  2. TabuSearch的一个小程序。用禁忌搜索解决TSP问题,程序中使用对路径长度禁忌的方法。-TabuSearch a small program. Using tabu search to solve TSP problems, procedures used on the path length taboo method.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:29196
    • 提供者:GaoTiexin
  1. LogFac_Exp_1

    0下载:
  2. java编写的最短路径算法,先由启发式方法获得染色体的初始编码,然后由遗传算法求出最短路径,对解决物流领域的TSP是非常好的计算机实现-java prepared by the shortest path algorithm, by the heuristic method to obtain the initial encoding of chromosome, and then by the genetic algorithm to derive the shortest path to s
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:312096
    • 提供者:wangxiaofang
  1. tsp_applet

    0下载:
  2. 一个非常好的,用 Java 实现ACO算法对TSP问题进行求解的 applet,界面可调参数-A very good, using Java to achieve ACO algorithm for solving TSP problems applet, the interface adjustable parameters
  3. 所属分类:Applet

    • 发布日期:2017-04-27
    • 文件大小:123067
    • 提供者:Dennis
  1. tsp

    0下载:
  2. java写的体现模拟退火原理的程序,具体问题可以继承-java to write a reflection of the principle of simulated annealing procedures, specific problems can be inherited
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:5068
    • 提供者:Wangyun
  1. Tsp

    0下载:
  2. a tsp problem for solving tsp with random cities
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3687
    • 提供者:franjo
  1. tsp

    0下载:
  2. 旅行商问题的源代码及其说明。给出空间中给定n个点,画一条简单路径,包括所有的点,使得路径最短-Traveling Salesman Problem and its descr iption of the source code. Given space in a given n points, draw a simple path, including all the points, making the shortest path
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:3215
    • 提供者:hbk hsu
  1. GA4TSP

    0下载:
  2. GA for TSP, it is a java applet code for Genetic algorithm-GA for TSP, it is a java applet code for Genetic algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:10906
    • 提供者:mo
  1. R-Opt-Lin-Kernighan

    0下载:
  2. Lin-Kernighan的R-Opt算法。主要思想是CLK,小规模的TSP可以在很短的时间内都到最优解。-Lin-Kernighan algorithm for the R-Opt. The main idea is CLK, small-scale TSP can be in a very short period of time have gone to the optimal solution.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-21
    • 文件大小:17898
    • 提供者:云祖
  1. teachtsp

    0下载:
  2. a java program to solve tsp using ga
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:325682
    • 提供者:mostafa
  1. ShortestPath

    0下载:
  2. 用A星算法解决的TSP问题,其中的选择函数用的是最小生成树-A star with the algorithm to solve the TSP problems, the selection function using a minimum spanning tree
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:24455
    • 提供者:111
  1. antalgorithmofjavascript

    0下载:
  2. 用Java脚本语言实现蚁群算法的TSP问题求解,以满足其在Java环境下更好的运行-Java scr ipting language with the ant colony algorithm to achieve the TSP problem solving, in order to meet their running Java environment, a better
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:4827
    • 提供者:天降瑞雪
  1. Assignment1

    0下载:
  2. TSP using a Genetic algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:173460
    • 提供者:a1ii54
  1. tsp-2.0

    0下载:
  2. 一个用Java编的TSP小工具,需要调试-TSP a small series with Java tools, need to debug
  3. 所属分类:Java Develop

    • 发布日期:2017-05-10
    • 文件大小:2408016
    • 提供者:谢云翔
  1. java-TSP

    0下载:
  2. 用java语言实现的遗传算法解救TSP问题-TSP problem with a the java language genetic algorithm rescue
  3. 所属分类:Java Develop

    • 发布日期:2017-11-25
    • 文件大小:3403
    • 提供者:杨阳
  1. Graph TSP AStar Floyd Colorarion Genetic JungLib

    0下载:
  2. A complete Java System to view the graph solution of Traveling Salesman Problem, AStar, Floyd, Coloration and Genetic solution. Using Jung Java Library.
  3. 所属分类:JSP源码/Java

« 12 »
搜珍网 www.dssz.com